@charset "utf-8";

body{ color:#333; font:12px/14px "Microsoft yahei", arial; }
a { color:#333; text-decoration:none; }
a:hover { color:#004c97; text-decoration:none; }

/*非常用特殊样式*/
.yahei {
	font-family:"Microsoft yahei";
}
.songti {
	font-family:"SimSun";
}
.textOverHide {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.pointer {
	cursor:pointer;
}
.block1200 {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.block1100 {
	width:1100px;
	overflow:hidden;
	margin:0 auto;
}
.block1000 {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
}
.block998 {
	width:998px;
	overflow:hidden;
	margin:0 auto;
}
.block100 {
	width:100%;
	overflow:hidden;
}
.block50 {
	width:50%;
	overflow:hidden;
}
.block25 {
	width:25%;
	overflow:hidden;
}
.height100 {
	height:100%;
}
.positionR {
	position:relative;
}
.positionA {
	position:absolute;
}
.positionF {
	position:fixed;
}
/*非常用特殊样式*/

#warp {
	width:100%;
	overflow:hidden;
}

#header, #footer {
	width:100%;
	overflow:hidden;
}

/*头部开始*/
#header {
position: fixed;
top:0;
z-index:10000000;
	background-color:#fff;
}
.top {
	width:100%;
	height:40px;
	font:normal 13px/36px "SimSun";
	background:#3e4955;
}
.top strong{
	color: #EEE;
	line-height: 40px;
}
.top_list {
}
.top_list span{
	color:#EEE;
}
.top_list a{padding:0 10px;}
.top_list a:link, .top_list a:visited { color:#EEE;}
.top_list a:hover { text-decoration: underline; }
.logomain {
	overflow:hidden;
	margin-top: 8px;
}
.logos{
	overflow: hidden;
	margin:28px auto;
}
.logomain img{
	margin-right: 30px;
}

.logomain .logotext strong{
	font-size:22px;
	font-weight: bold;
	color: #004b97;
	line-height: 24px;
	overflow: hidden;
	display: block;
	margin-top: 4px;
}
.logomain .logotext em{
	font-size:18px;
	/*font-weight: bold;*/
	color: #202020;
	line-height: 20px;
	overflow: hidden;
	margin-top: 12px;
	display: block;
}.logomain .logotext b{ font-weight:bold; color:#e40000; margin-left:3px;}
.toptelnum{
	margin-left: 40px;
	width: 57px;
	overflow: hidden;
	margin-top:13px;
}

.erweima{
	/*width: 244px;*/
	overflow: hidden;
	/*margin-top: 17px;*/
}
.erweima div{
	/*width:155px;*/
	float: left;
	margin-left:10px;
	margin-top:13px;
	overflow: hidden;
}
.erweima small{
	display: block;
	overflow: hidden;
	font-size:16px;
	color: #202020;
	/*width:155px;*/
	line-height: 22px;
}
.erweima strong{
	display: block;
	overflow: hidden;
	font-size:22px;
	/*width:155px;*/
	margin-top:5px;
	font-weight:bold;
	color: #e40000;
	line-height: 26px;
}
.erweima img{
	display: block;
	overflow: hidden;
	float: right;
	margin-left: 30px;
	width:69px;
	height:69px;
}
/*导航栏*/
.navigation {
	height:100px;
	margin:0;padding: 0;
	border-bottom: 3px solid #ff6101;
}
.navigation ul,li{
	list-style: none;
}
.navigation a{
	text-decoration: none;
}
.nav10 li{float: left;overflow: hidden;}
.nav10 li a{
	padding: 0 155px 0 0;
	text-align: left;
	line-height: 100px;
	overflow: hidden;
	color: #0F0F1E;
	display: block;
}
.nav li{float: left;overflow: hidden;}
.nav li a{
	padding: 0 22px;
	text-align: center;
	line-height: 130px;
	overflow: hidden;
	color: #000;
	display: block;
	font-size: 16px;
}
.nav li a:hover{
	background-color: #f2f2f2;
	border: 0px solid #e5e5e5;
	border-left-width: 1px;
	border-right-width: 1px;
	height: 97px;
}
.nav .cur a{
	color:#000; 
}


/*导航栏*/

/*banner开始*/
.banner {
	width:100%;
	height:200px;
	overflow:hidden;
	position:relative;
	margin-top:140px;
}
.banner ul {
	width:100000000000px;
	height:100%;
	position:absolute;
	left:0; top:0;
}
.banner li {
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.banner li a {
	width:100%;
	height:100%;
	display:block;
}
.banner li img {
	position:absolute;
	top:0;
}
.banner .bannerLodding {
	width:150px;
	height:30px;
	position:absolute;
	left:50%; top:50%;
	margin:-15px 0 0 -50px;
	color:#000;
	text-align:center;
	font:normal 12px/30px "SimSun";
}
.banner .bannerLodding img {
	vertical-align:top;
	margin:0 10px 0 0;
}
.banner span {
	width:50px;
	height:60px;
	display:block;
	cursor:pointer;
	/*background:url(Img/Common/transparentbg7.png) repeat;*/
	position:absolute;
	top:50%;
	margin-top:-30px;
	/*z-index:;*/
}
.banner span.bannerPrev {
	left:50%;
	margin-left:-500px;
}
.banner span.bannerNext {
	right:50%;
	margin-right:-500px;
}
.banner .ban_ico {
	height:10px;
	text-align:center;
	position:absolute;
	left:50%; bottom:20px;
}
.banner .ban_ico i {
	width:14px;
	height:14px;
	border-radius:50%;
	display:inline-block;
	margin:0 10px;
	cursor:pointer;
	background:#fff;
}
.banner .ban_ico i.active {
	background:#209cd6;
}
/*banner结束*/

/*banner下*/
.banner_keywd strong{
	color: #818181;
}
.banner_hint {
	height:34px;
	padding: 20px 0;
	overflow: hidden;
	margin:0 auto 10px;
	font:normal 14px/34px "Microsoft yahei";
	border-bottom: 1px solid #e1e1e1;
}

.banner_keywd a {
	margin:0 10px;
}
.banner_keywd a:link, .banner_keywd a:visited { color:#818181; }
.banner_keywd a:hover { color: #004b97;}
.banner_search {
	width:232px;
	height:30px;
	border: solid 1px #e5e5e5;
	border-radius: 20px;
}
.banner_search .textInput {
	width:180px;
	height: 30px;
	line-height:30px;
	padding-left:10px;
	color:#333;
	background:none;
}
.banner_search .submitInput {
	width:40px;
	height:30px;
	cursor:pointer;
	background:url(Img/Common/search_03.png) center no-repeat;
}
/*banner下*/
/*头部结束*/

/* 友情链接 LINKS*/
.yqlj {
  width: 100%;
  overflow: hidden;
}
.yqlj .yq_top {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #949494;
}
.yqlj .yq_top p {
  float: left;
  font-size: 16px;
  color: #313131;
}
.yqlj .yq_top p span {
  color: #063d90;
}
.yqlj .yq_top a {
  float: right;
  font-size: 14px;
  color: #737373;
}
.yqlj .yq_top a:hover {
  color: #004c97;
}
.yqlj ul li {
  float: left;
  font-size: 12px;
  margin-right: 28px;
  padding-top: 15px;
}
.yqlj ul li a {
  color: #737373;
}
.yqlj ul li a:hover {
  color: #004c97;
}

/*底部开始*/
.foot_nav {
	height:4px;
	margin: 20px auto 0;
	background:#FF6101;
	text-align: center;
}
.foot_nav a {
	/*width:106px;*/
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	height:100%;
	color: #FFFFFF;
	display:inline-block;
	font:normal 14px/60px "Microsoft yahei";
}

.foot_nav a:link, .foot_nav a:visited { color:#fff; }
.foot_nav a:hover{
	background: url("Img/Common/xian.jpg") center 46px no-repeat
}

.footercopyr {
	margin:0 auto;
	overflow: hidden;
	padding-bottom: 10px;
	background: #282828;
}
.footercopyr .zuo{
	width: 195px;
	margin-top: 40px;
	overflow: hidden;
}
.footercopyr strong{
	font-size: 16px;
	overflow: hidden;
	display: block;
	/*margin-top: 20px;*/
	line-height: 20px;
	color: #c6c6c6;
}
.footercopyr ul{
	width: 310px;
	overflow: hidden;
}

.footercopyr ul li a{
	font-size: 12px;
	color: #C6C6C6;
}
.footercopyr h3{
	font-size: 14px;
	color: #fff;
	line-height: 46px;
	font-weight: bold;
}
.footercopyr .wzs{
	margin-top: 30px;
	margin-left: 35px;
}
.footercopyr p {
	color: #fff;
	font:normal 12px/26px "Microsoft yahei";
}
.footercopyr p a {
	color: #fff;}
.img3{
	width: 310px;
	overflow: hidden;
	margin-top: 35px;
}
.img3 ul li{
	
	margin-right: 50px;
	margin-left: 10px;
	overflow: hidden;
	float: left;
	text-align: center;
}
.img3 ul li img{ width:290px;}
/*底部结束*/